ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / IDocument<T> Interface / InProgress Property

In This Topic
    InProgress Property (IDocument<T>)
    In This Topic
    Determines whether the document is currently loaded.
    Syntax
    'Declaration
     
    Property InProgress As Boolean
    bool InProgress {get; set;}
    See Also